SELENIUM -------- DAY11 -------- WebTable QUESTIONS(Theory) ----------------- 1.What is mean by webtable? 2.What is the use of webtable? 3.Under which tags webtable is present in html? 4.Which tag is used to mention the table row and table data ? 5.Write a code to display all the Colum Name from the table? 6.Write a code to display all the data from the table? 7.If there are multiple tables available in webpage.How Will you display the any specified particular webtable data? 8.Write a code to print the rows alone form the webtable? 9.Write a code to print all the data's from the webtable using enhanced for loop? 10.Write a code to print the table headers from the WebTable? QUESTIONS(PRACTICAL) -------------------- QUESTION 1 ---------- URL : http://demo.guru99.com/test/write-xpath-table.html NOTE: Print all the content in the dymaic webtable. QUESTION 2 ---------- URL : http://demo.guru99.com/test/write-xpath-table.html NOTE: Print all value in first row QUESTION 3 ---------- URL : http://demo.guru99.com/test/write-xpath-table.html NOTE: Find out Number of rows available in webPage QUESTION 4 ---------- URL : http://demo.guru99.com/test/write-xpath-table.html NOTE: Print all details available in 4th webtable QUESTION 5 ---------- URL : http://demo.guru99.com/test/write-xpath-table.html NOTE: Print Even rows available in 4th webtable